var testing.fullPath

3 uses

	testing (current package)
		testing.go#L475: 	fullPath = flag.Bool("test.fullpath", false, "show full file names in error messages")
		testing.go#L507: 	fullPath             *bool
		testing.go#L808: 		if *fullPath {